home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / help / design.db < prev    next >
Text File  |  2002-09-25  |  3KB  |  50 lines

  1. @@title WikiWriter Help: Project Design
  2. @@inc helptoc
  3. == Project Design
  4.  
  5. See the [[b Tutorial]] for step-by-step guidance on designing and building a [[b WikiWriter]] project.
  6.  
  7. === Project Structure
  8. The basic idea is to create a project directory, then do your page editing for the project in that directory. Start with a Home page, and build links and subpages from there. Let the purpose of the site determine the design.
  9.  
  10. You could use the Home page as a master table of contents, and put a link for every page right in Home. Or build a tree structure, with a half-dozen links on Home, each link going to another page with another dozen or so links — the typical Web site design.
  11.  
  12. For an e-learning course, you could connect the pages with [[b Previous]] and [[b Next]] links for a sequence of pages within a lesson. I like to use an [[b Up]] link to get back to the start of the lesson. The [[b WikiWriter Tutorial)]] is a typical e-learning design.
  13.  
  14. === Project Functions
  15.  
  16. The key to [[b WikiWriter's]] power is the ease of creating links and new pages. When thinking about the design for a new project, decide whether the main access function is to choose one of a number of similar pages (a reference with a large main Table of Contents), or a sequential flow along a specific path or branch through connected pages, or anything in-between. Functions addressed well by [[b WikiWriter]] are:
  17.  
  18. * free-form text filing
  19. * sequential narratives
  20. * daily info or story updates (diary or blog)
  21. * planning and design outlining
  22. * project documentation and updating
  23. * web site construction
  24. * instruction and tutorial development
  25. /*
  26.  
  27. === Project Types
  28.  
  29. What kinds of sites can you design and produce with [[b WikiWriter]]?
  30.  
  31. * [[b PIM]] - Personal Information Manager. Use the Home page to list subjects, names, lists (shopping, to-do, etc.), and put the details on each relevant page.
  32.  
  33. * [[b Textbase]] - Create a free-form texbase, an idea-monger, for all that loose stuff, Post-Its, and snippets you want to keep on hand.
  34.  
  35. * [[b Book or manual]] - Outline your book on the home page. Start with a page for each chapter, break the chapters into subchapters when the project starts bulking up.
  36.  
  37. * [[b Tutorial]] - Teach someone how to do something.
  38.  
  39. * [[b Courseware]] - Construct a solid instructional course, complete with branching loops for remedial follow-up on wrong answers.
  40.  
  41. * [[b Web site]] - Publish the webified HTML export to the Web.
  42.  
  43. * [[b Program documentation]] - Developers can outline their program in [[b WikiWriter]], with a page for each function or subroutine, with active links from one function to the next, to build an active walk-through of the project before doing any coding.
  44.  
  45. * [[b Project specification]] - Designers can write up a program spec by describing the user interactions and program screens in [[b WikiWriter]], to prototype a testable version of a program before launching the development project.
  46.  
  47. * (Your idea here)
  48. /*
  49.  
  50.